home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 June / Electronic Clipper 1998-06.iso / Idea Source® / Writing.Dir / 00035_Script_hideit < prev    next >
Text File  |  1998-04-28  |  219b  |  10 lines

  1. on mousedown
  2.   repeat while the mousedown
  3.     set the visible of sprite (the clickon) to false
  4.     updatestage
  5.   end repeat
  6.   set the visible of sprite (the clickon) to true
  7.   updatestage
  8.   go the frame +1
  9. end
  10.